From 6eb53eac78ea16b03191ffa7c08763438f87172f Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Wed, 30 Aug 2006 18:03:55 +0100 Subject: [PATCH] [XEN] Reserve hypercall number for kexec operations. Signed-off-by: Keir Fraser --- xen/include/public/xen.h | 1 + 1 file changed, 1 insertion(+) diff --git a/xen/include/public/xen.h b/xen/include/public/xen.h index eb4bfcb6f9..bec06df60b 100644 --- a/xen/include/public/xen.h +++ b/xen/include/public/xen.h @@ -63,6 +63,7 @@ #define __HYPERVISOR_hvm_op 34 #define __HYPERVISOR_sysctl 35 #define __HYPERVISOR_domctl 36 +#define __HYPERVISOR_kexec_op 37 /* Architecture-specific hypercall definitions. */ #define __HYPERVISOR_arch_0 48 -- 2.30.2